KeyAgreeRecipientInfo.OtherKeyAttribute Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
La propriété OtherKeyAttribute récupère les attributs de l'élément de génération de la clé.
public:
property System::Security::Cryptography::CryptographicAttributeObject ^ OtherKeyAttribute { System::Security::Cryptography::CryptographicAttributeObject ^ get(); };
public System.Security.Cryptography.CryptographicAttributeObject OtherKeyAttribute { get; }
public System.Security.Cryptography.CryptographicAttributeObject? OtherKeyAttribute { get; }
member this.OtherKeyAttribute : System.Security.Cryptography.CryptographicAttributeObject
Public ReadOnly Property OtherKeyAttribute As CryptographicAttributeObject
Valeur de propriété
Attributs de l'élément de génération de clé.
Exceptions
Le type de l'identificateur du destinataire n'est pas un identificateur de la clé du sujet.