'Declaration
<DefaultValueAttribute()> <MessagingDescriptionAttribute("Specifies the name of the cryptographic provider used to generate the digital signature of the message.")> Public Property AuthenticationProviderName As Boolean
'Usage
Dim instance As MessagePropertyFilter Dim value As Boolean instance.AuthenticationProviderName = value value = instance.AuthenticationProviderName
[DefaultValue()] [MessagingDescription("Specifies the name of the cryptographic provider used to generate the digital signature of the message.")] public bool AuthenticationProviderName {get; set;}
[DefaultValue()] [MessagingDescription("Specifies the name of the cryptographic provider used to generate the digital signature of the message.")] public: property bool AuthenticationProviderName { bool get(); void set ( bool value); }