| AuthenticatedHl7MessageReceivedEventArgsAuthorizationToken Property |
Gets the authorization token (X509 thumbprint) validated by this entity
Namespace:
SanteDB.Messaging.HL7.TransportProtocol
Assembly:
SanteDB.Messaging.HL7 (in SanteDB.Messaging.HL7.dll) Version: 2.2.1
Syntax public byte[] AuthorizationToken { get; }
Public ReadOnly Property AuthorizationToken As Byte()
Get
public:
property array<unsigned char>^ AuthorizationToken {
array<unsigned char>^ get ();
}
member AuthorizationToken : byte[] with get
Property Value
Type:
ByteSee Also