프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Authenticator | string | ||
DefaultAuthenticator | string | ||
DefaultEncryptor | string | ||
DefaultPreExchangedKeys | bool | ||
DefaultSPI | int | ||
Encryptor | string | ||
Index | int | ||
PreExchangedKeys | bool | ||
_splist | SecurityPolicy>.Dictionary | ||
_ssync | object |
메소드 | 설명 | |
---|---|---|
CreateHashAlgorithm ( ) : |
Creates a HashAlgorithm used by this SPI.
|
|
CreateSymmetricAlgorithm ( ) : |
Creates a SymmetricAlgorithm used by this SPI.
|
|
Equals ( object o ) : bool | ||
GetHashCode ( ) : int | ||
GetPolicy ( int Index ) : |
Returns a SP object that can be used to create SymmetricAlgorithm and HashAlgorithm objects.
|
|
SecurityPolicy ( int Index, string Encryptor, string Authenticator ) : System | ||
SecurityPolicy ( int Index, string Encryptor, string Authenticator, bool PreExchangedKeys ) : System | ||
SetDefaultSecurityPolicy ( string Encryptor, string Authenticator, bool PreExchangedKeys ) : void | ||
Supports ( int Index ) : bool |
Returns true if the SPI is supported, false otherwise.
|
메소드 | 설명 | |
---|---|---|
SecurityPolicy ( ) : System |
public CreateHashAlgorithm ( ) : |
||
리턴 |
public CreateSymmetricAlgorithm ( ) : |
||
리턴 |
public static GetPolicy ( int Index ) : |
||
Index | int | |
리턴 |
public SecurityPolicy ( int Index, string Encryptor, string Authenticator ) : System | ||
Index | int | |
Encryptor | string | |
Authenticator | string | |
리턴 | System |
public SecurityPolicy ( int Index, string Encryptor, string Authenticator, bool PreExchangedKeys ) : System | ||
Index | int | |
Encryptor | string | |
Authenticator | string | |
PreExchangedKeys | bool | |
리턴 | System |
public static SetDefaultSecurityPolicy ( string Encryptor, string Authenticator, bool PreExchangedKeys ) : void | ||
Encryptor | string | |
Authenticator | string | |
PreExchangedKeys | bool | |
리턴 | void |