X509CertificatePolicyRemove Method
Removes policy qualifier from a
PolicyQualifiers collection by using an item index in the collection.
Namespace: SysadminsLV.PKI.Cryptography.X509CertificatesAssembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.0.1
public bool Remove(
int index
)
Public Function Remove (
index As Integer
) As Boolean
public:
bool Remove(
int index
)
member Remove :
index : int -> bool
- index Int32
- A zero-based item index in the collection.
BooleanTrue if the policy qualifier is removed, otherwise
False.