public static PrivateKeyInfo GetInstance(
Asn1TaggedObject obj,
bool explicitly
)
Public Shared Function GetInstance (
obj As Asn1TaggedObject,
explicitly As Boolean
) As PrivateKeyInfo
public:
static PrivateKeyInfo^ GetInstance(
Asn1TaggedObject^ obj,
bool explicitly
)
Org.BouncyCastle.Asn1.Pkcs.PrivateKeyInfo.GetInstance = function(obj, explicitly);