KeyAgreeRecipientInfo.OtherKeyAttribute Propriedade
Definição
A propriedade OtherKeyAttribute recupera atributos do material para chave.The OtherKeyAttribute property retrieves attributes of the keying material.
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
Valor da propriedade
Os atributos do material de chave.The attributes of the keying material.
Exceções
O tipo de identificador de destinatário não é um identificador de chave da entidade.The recipient identifier type is not a subject key identifier.