Gets an array of URL associated with certificate practice statement (CPS). This method fails on any OID groups except IssuancePolicy.
Namespace:
System.Security.Cryptography
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public string[] GetCPSLinks()
Public Function GetCPSLinks As String()
public:
array<String^>^ GetCPSLinks()
member GetCPSLinks : unit -> string[]
Return Value
Type:
StringAn array of URL strings.
Exceptions Exception | Condition |
---|
InvalidOperationException |
The current OID object is not registered in the IssuancePolicy OID group.
|
See Also