Gets or sets the name of the cryptographic provider used to generate the digital signature of the message.
'Declaration
Public Property AuthenticationProviderName As String
'Usage
Dim instance As Message
Dim value As String
instance.AuthenticationProviderName = value
value = instance.AuthenticationProviderName
public string AuthenticationProviderName {get; set;}
public:
property String^ AuthenticationProviderName {
String^ get();
void set ( String^ value);
}
Property Value
The name of the cryptographic provider used to generate the digital signature of the message. The default is Microsoft Base Cryptographic Provider version 1.0.
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