HashAlgorithmName.FromOid(String) 方法
定义
将指定的 OID 转换为哈希算法名称。Converts the specified OID to a hash algorithm name.
public:
static System::Security::Cryptography::HashAlgorithmName FromOid(System::String ^ oidValue);
public static System.Security.Cryptography.HashAlgorithmName FromOid (string oidValue);
static member FromOid : string -> System.Security.Cryptography.HashAlgorithmName
Public Shared Function FromOid (oidValue As String) As HashAlgorithmName
参数
- oidValue
- String
哈希算法的 OID。The OID of the hash algorithm.
返回
由 OID 标识的哈希算法名称。The hash algorithm name identified by the OID.
例外
oidValue 为 null。oidValue is null.
oidValue 不表示已知的哈希算法。oidValue does not represent a known hash algorithm.