Certificate.IsStronglyProtected Property

Definition

Gets a value that indicates whether the private key associated with the certificate is strongly protected.

public:
 property bool IsStronglyProtected { bool get(); };
bool IsStronglyProtected();
public bool IsStronglyProtected { get; }
var boolean = certificate.isStronglyProtected;
Public ReadOnly Property IsStronglyProtected As Boolean

Property Value

Boolean

bool

True if the certificate is strongly protected; otherwise false.

Applies to