CredentialDescription.CertificateStorePath Property
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.
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.