RsaKeyIdentifierClause.ToString Método

Definição

Retorna uma cadeia de caracteres que representa o objeto atual.Returns a string that represents the current object.

public:
 override System::String ^ ToString();
public override string ToString ();
override this.ToString : unit -> string
Public Overrides Function ToString () As String

Retornos

String

Um String que representa o objeto atual.A String that represents the current object.

Comentários

O ToString método retorna uma cadeia de caracteres que contém os Modulus Exponent valores e do algoritmo RSA.The ToString method returns a string that contains the Modulus and Exponent values of the RSA algorithm. Os Modulus Exponent valores e são os valores retornados pelos GetModulus métodos e GetExponent que são codificados em base64.The Modulus and Exponent values are the values returned by the GetModulus and GetExponent methods that are Base64 encoded.

Aplica-se a