XmlRsaDecryptionVerifyWithBothKeys Property |
Gets or sets whether verification will be attempted with both keys. (If true, the behavior specified in the
SignatureOptions property is overridden. This is helpful for special cases, such as writable license files.)
Namespace: com.softwarekey.Client.EncryptionAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic bool VerifyWithBothKeys { get; set; }
Public Property VerifyWithBothKeys As Boolean
Get
Set
public:
property bool VerifyWithBothKeys {
bool get ();
void set (bool value);
}
Property Value
Type:
Boolean
See Also