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.3.0+c7aa42c7e4fd98d87c1722b230e8e27c1bbf41f0
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.