Click or drag to resize

X509CertificatePolicyRemove Method

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

Namespace:  System.Security.Cryptography.X509Certificates
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public bool Remove(
	int index
)

Parameters

index
Type: SystemInt32
A zero-based item index in the collection.

Return Value

Type: Boolean
True if the policy qualifier is removed, otherwise False.
See Also