JsonWebKey.ToRSA(Boolean) メソッド

定義

この JsonWebKeyRsa または RsaHsm を オブジェクトに RSA 変換します。

public System.Security.Cryptography.RSA ToRSA (bool includePrivateParameters = false);
member this.ToRSA : bool -> System.Security.Cryptography.RSA
Public Function ToRSA (Optional includePrivateParameters As Boolean = false) As RSA

パラメーター

includePrivateParameters
Boolean

プライベート パラメーターを含めるかどうか。

戻り値

RSA

RSA オブジェクト。

例外

このキーの型 Rsa が または ではないか RsaHsm、1 つ以上のキー パラメーターが無効です。

適用対象