AsymmetricProofDescriptor.KeyIdentifier Property    
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the key identifier that the requestor has provided from the use key. It can be echoed back inside the SAML token if it is needed.
public:
 virtual property System::IdentityModel::Tokens::SecurityKeyIdentifier ^ KeyIdentifier { System::IdentityModel::Tokens::SecurityKeyIdentifier ^ get(); };
	public override System.IdentityModel.Tokens.SecurityKeyIdentifier KeyIdentifier { get; }
	member this.KeyIdentifier : System.IdentityModel.Tokens.SecurityKeyIdentifier
	Public Overrides ReadOnly Property KeyIdentifier As SecurityKeyIdentifier
	Property Value
The key identifier that the requestor has provided from the use key.