Pkcs12ConfidentialityMode Enum
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.
Represents the kind of encryption associated with a PKCS#12 SafeContents value.
public enum class Pkcs12ConfidentialityMode
public enum Pkcs12ConfidentialityMode
type Pkcs12ConfidentialityMode =
Public Enum Pkcs12ConfidentialityMode
- Inheritance
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | The kind of encryption applied to the SafeContents is unknown or could not be determined. |
None | 1 | The SafeContents value is not encrypted. |
Password | 2 | The SafeContents value is encrypted with a password. |
PublicKey | 3 | The SafeContents value is encrypted using public key cryptography. |
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET