Delen via


CredentialDescription.CertificateStorePath Property

Definition

When SourceType is StoreWithDistinguishedName or StoreWithThumbprint, specifies the certificate store from which to extract the certificate. The format is the concatenation of a value of StoreLocation and a value of StoreName separated by a slash. For instance, use CurrentUser/My for a user certificate, and LocalMachine/My for a computer certificate.

public string? CertificateStorePath { get; set; }
member this.CertificateStorePath : string with get, set
Public Property CertificateStorePath As String

Property Value

Remarks

Use this property in conjunction with CertificateDistinguishedName or CertificateThumbprint.

Applies to

See also