System.Messaging Reference (Document! X Sample)
DigitalSignature Property (Message)



System.Messaging Namespace > Message Class : DigitalSignature Property
Gets or sets the digital signature that Message Queuing uses to authenticate the message.
Syntax
'Declaration
 
Public Property DigitalSignature As Byte()
'Usage
 
Dim instance As Message
Dim value() As Byte
 
instance.DigitalSignature = value
 
value = instance.DigitalSignature
public byte[] DigitalSignature {get; set;}
public:
property array<byte>^ DigitalSignature {
   array<byte>^ get();
   void set (    array<byte>^ value);
}

Property Value

An array of byte values that specifies the Message Queuing 1.0 digital signature used to authenticate the message. The default is a zero-length array.
Exceptions
ExceptionDescription
The message queue is filtered to ignore the DigitalSignature property.
The DigitalSignature property is null.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Message Class
Message Members