संपादित करें

इसके माध्यम से साझा किया गया


X509ChainTrustMode Enum

Definition

The mode determining the root trust for building the certificate chain.

public enum class X509ChainTrustMode
public enum X509ChainTrustMode
type X509ChainTrustMode = 
Public Enum X509ChainTrustMode
Inheritance
X509ChainTrustMode

Fields

CustomRootTrust 1

When this value is used, the CustomTrustStore will be used instead of the default root trust.

System 0

Use the default (system) root trust.

Applies to