X509CertificatePolicyRemove Method

Removes policy qualifier from a PolicyQualifiers collection by using an item index in the collection.

Definition

Namespace: SysadminsLV.PKI.Cryptography.X509Certificates
Assembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.0.1
C#
public bool Remove(
	int index
)

Parameters

index  Int32
A zero-based item index in the collection.

Return Value

Boolean
True if the policy qualifier is removed, otherwise False.

See Also