'Declaration
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> <ReadOnlyAttribute(True)> <MessagingDescriptionAttribute("Specifies the type of cryptographic provider used to generate the digital signature of the message.")> Public Property AuthenticationProviderType As CryptographicProviderType
'Usage
Dim instance As Message Dim value As CryptographicProviderType instance.AuthenticationProviderType = value value = instance.AuthenticationProviderType
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [ReadOnly(true)] [MessagingDescription("Specifies the type of cryptographic provider used to generate the digital signature of the message.")] public CryptographicProviderType AuthenticationProviderType {get; set;}
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [ReadOnly(true)] [MessagingDescription("Specifies the type of cryptographic provider used to generate the digital signature of the message.")] public: property CryptographicProviderType AuthenticationProviderType { CryptographicProviderType get(); void set ( CryptographicProviderType value); }