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_key
block can only have one type of primary verification key: if you want to use RSA you must providersa_token_key_exponent
andrsa_token_key_modulus
, if you want to use symmetric you need to providesymmetric_token_key
and for x509 you must providex509_token_key_raw
.