Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Convert the RSA public key ([RFC3447] section 3.1) into the CryptoAPI PUBLICKEYBLOB format described in section 2.5.2.2.
Construct the PublicKeyBlob using the result from step 1 in accordance with section 2.5.2.3.
Compute the SHA-1 hash ([FIPS180-4] section 6.1) of the PublicKeyBlob.
Take the last 8 bytes from the result of step 3, then reverse the order of those bytes.
Encode the result of step 4 into the hexBinary ([W3C-XSD] section 3.2.15) representation.