RsaKeyIdentifierClause(RSA) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the RsaKeyIdentifierClause class using the specified RSA algorithm.
public:
RsaKeyIdentifierClause(System::Security::Cryptography::RSA ^ rsa);
public RsaKeyIdentifierClause (System.Security.Cryptography.RSA rsa);
new System.IdentityModel.Tokens.RsaKeyIdentifierClause : System.Security.Cryptography.RSA -> System.IdentityModel.Tokens.RsaKeyIdentifierClause
Public Sub New (rsa As RSA)
Parameters
Exceptions
rsa
is null
.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.