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
)
Public Function Remove (
index As Integer
) As Boolean
public:
bool Remove(
int index
)
member Remove :
index : int -> bool
Parameters
- index
- Type: SystemInt32
A zero-based item index in the collection.
Return Value
Type:
BooleanTrue if the policy qualifier is removed, otherwise
False.
See Also