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