DSA.GetMaxSignatureSize(DSASignatureFormat) Metoda

Definice

Získá největší velikost v bajtech pro podpis vytvořený tímto klíčem v uvedeném formátu.

public:
 int GetMaxSignatureSize(System::Security::Cryptography::DSASignatureFormat signatureFormat);
public int GetMaxSignatureSize (System.Security.Cryptography.DSASignatureFormat signatureFormat);
member this.GetMaxSignatureSize : System.Security.Cryptography.DSASignatureFormat -> int
Public Function GetMaxSignatureSize (signatureFormat As DSASignatureFormat) As Integer

Parametry

signatureFormat
DSASignatureFormat

Formát kódování podpisu.

Návraty

Int32

Největší velikost v bajtech pro podpis vytvořený tímto klíčem v uvedeném formátu.

Výjimky

signatureFormat není známý formát.

Platí pro