Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
Converts a Modulus and Exponent to a strong name public key token.
Syntax
HRESULT _AxlRSAKeyValueToPublicKeyToken (
[in] PCRYPT_DATA_BLOB pModulusBlob,
[in] PCRYPT_DATA_BLOB pExponentBlob,
[out] LPWSTR *ppwszPublicKeyToken
);
Parameters
pModulusBlob
[in] The base64-encoded Modulus blob (from the <Modulus> element). See the CRYPTOAPI_BLOB structure.
pExponentBlob
[in] The base64-encoded Exponent blob (from the <Exponent> element). See the CRYPTOAPI_BLOB structure.
ppwszPublicKeyToken
[out] A pointer to WCHAR * to receive the hex-encoded public key token.
Return Value
S_OK if the function succeeds. Otherwise, returns an error code.
Requirements
Assembly: clr.dll