Pkcs12SecretBag.GetSecretType Method

Definition

Gets the Object Identifier (OID) which identifies the data type of the secret value.

public:
 System::Security::Cryptography::Oid ^ GetSecretType();
public System.Security.Cryptography.Oid GetSecretType ();
member this.GetSecretType : unit -> System.Security.Cryptography.Oid
Public Function GetSecretType () As Oid

Returns

Oid

The Object Identifier (OID) which identifies the data type of the secret value.

Applies to

See also