Method | Description | |
---|---|---|
SignWithCertificate ( string message, |
||
SignWithSymmetricKey ( string message, byte key ) : byte[] |
Method | Description | |
---|---|---|
GetCryptoProviderForSha256 ( |
public static SignWithCertificate ( string message, |
||
message | string | |
x509Certificate | ||
return | byte[] |
public static SignWithSymmetricKey ( string message, byte key ) : byte[] | ||
message | string | |
key | byte | |
return | byte[] |