Method | Description | |
---|---|---|
Deserialize ( ISerializationContext context, IValueReader reader ) : void | ||
Deserialize ( IValueReader reader, |
||
Equals ( object obj ) : bool | ||
RSAAsymmetricKey ( ) : System | ||
RSAAsymmetricKey ( ISerializationContext context, IValueReader reader ) : System | ||
RSAAsymmetricKey ( |
||
RSAAsymmetricKey ( byte cspBlob ) : System | ||
Serialize ( ISerializationContext context, IValueWriter writer ) : void | ||
Serialize ( ISerializationContext context, IValueWriter writer, IAsymmetricCrypto crypto ) : void |
Method | Description | |
---|---|---|
ImportRSAParameters ( |
||
SetupSignature ( ) : void |
public Deserialize ( ISerializationContext context, IValueReader reader ) : void | ||
context | ISerializationContext | |
reader | IValueReader | |
return | void |
public Deserialize ( IValueReader reader, |
||
reader | IValueReader | |
crypto | ||
return | void |
public RSAAsymmetricKey ( ISerializationContext context, IValueReader reader ) : System | ||
context | ISerializationContext | |
reader | IValueReader | |
return | System |
public RSAAsymmetricKey ( |
||
parameters | ||
return | System |
public RSAAsymmetricKey ( byte cspBlob ) : System | ||
cspBlob | byte | |
return | System |
public Serialize ( ISerializationContext context, IValueWriter writer ) : void | ||
context | ISerializationContext | |
writer | IValueWriter | |
return | void |
public Serialize ( ISerializationContext context, IValueWriter writer, IAsymmetricCrypto crypto ) : void | ||
context | ISerializationContext | |
writer | IValueWriter | |
crypto | IAsymmetricCrypto | |
return | void |