x509Token Key Raw
Parameters
value
The raw data field of a certificate in PKCS 12 format (X509Certificate2 in .NET). Specifies a certificate for token validation.
NOTE: Each
alternate_keyblock can only have one type of primary verification key: if you want to use RSA you must providersa_token_key_exponentandrsa_token_key_modulus, if you want to use symmetric you need to providesymmetric_token_keyand for x509 you must providex509_token_key_raw.