TryFromOid()
HashAlgorithmName::TryFromOid(const String&, HashAlgorithmName&) method
Try to create HashAlgorithmName from OID-value.
static bool System::Security::Cryptography::HashAlgorithmName::TryFromOid(const String &oid_value, HashAlgorithmName &value)
Arguments
Parameter | Type | Description |
---|---|---|
oid_value | const String& | OID value. |
value | HashAlgorithmName& | Output HashAlgorithmName. |
Return Value
true if specified OID is a valid hash algorithm, otherwise - false.
See Also
- Class String
- Struct HashAlgorithmName
- Namespace System::Security::Cryptography
- Library Aspose.Slides