Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 863 Bytes

File metadata and controls

31 lines (21 loc) · 863 Bytes
-api-id -api-type
T:Windows.Security.Cryptography.Certificates.KeySize
winrt enum

KeySize

-description

Specifies commonly used RSA algorithm key sizes. This enumeration type can be used in the KeySize property of a CertificateRequestProperties object.

-enum-fields

-field Invalid:0

No size is specified.

-field Rsa2048:2048

The key length is 2048 bits.

-field Rsa4096:4096

The key length is 4096 bits.

-remarks

-examples

-see-also

CertificateRequestProperties, KeySize, Windows.Security.Cryptography.Certificates