RSADEncryptGetHash Method (String, String) | Helper帮助文档 |
[Missing <summary> documentation for "M:HD.Common.RSADEncrypt.GetHash(System.String,System.String@)"]
Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool GetHash( string m_strSource, ref string strHashData )
Public Function GetHash ( m_strSource As String, ByRef strHashData As String ) As Boolean
public: bool GetHash( String^ m_strSource, String^% strHashData )
member GetHash : m_strSource : string * strHashData : string byref -> bool
Parameters
- m_strSource
- Type: SystemString
[Missing <param name="m_strSource"/> documentation for "M:HD.Common.RSADEncrypt.GetHash(System.String,System.String@)"]
- strHashData
- Type: SystemString
[Missing <param name="strHashData"/> documentation for "M:HD.Common.RSADEncrypt.GetHash(System.String,System.String@)"]
Return Value
Type: Boolean[Missing <returns> documentation for "M:HD.Common.RSADEncrypt.GetHash(System.String,System.String@)"]
See Also