Initializes a new instance of TspRequest from an object identifier that specifies the request type.
Namespace:
SysadminsLV.PKI.Cryptography
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax protected TspRequest(
Oid requestType
)
Protected Sub New (
requestType As Oid
)
protected:
TspRequest(
Oid^ requestType
)
new :
requestType : Oid -> TspRequest
Parameters
- requestType
- Type: System.Security.CryptographyOid
[Missing <param name="requestType"/> documentation for "M:SysadminsLV.PKI.Cryptography.TspRequest.#ctor(System.Security.Cryptography.Oid)"]
See Also