CryptographicPadding 列挙型

定義

非対称アルゴリズム署名または暗号化操作のパディング モードを指定します。

public enum class CryptographicPadding
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class CryptographicPadding
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum CryptographicPadding
var value = Windows.Security.Cryptography.Core.CryptographicPadding.none
Public Enum CryptographicPadding
継承
CryptographicPadding
属性

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10240.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v1.0 で導入)

フィールド

None 0

パディングは使用しないでください。

RsaOaep 1

最適非対称暗号化パディング (OAEP) スキームを使用します。

RsaPkcs1V15 2

RFC 3447 で定義されている RSA アルゴリズムに基づく公開キー暗号化には、標準の埋め込みスキームを使用します。

RsaPss 3

確率論的署名スキーム (PSS) スキームを使用します。

適用対象