Aracılığıyla paylaş


CngAlgorithm.Sha1 Özellik

Tanım

Güvenli Karma Algoritması 1 (SHA-1) algoritmasını belirten yeni CngAlgorithm bir nesne alır.

public:
 static property System::Security::Cryptography::CngAlgorithm ^ Sha1 { System::Security::Cryptography::CngAlgorithm ^ get(); };
public static System.Security.Cryptography.CngAlgorithm Sha1 { get; }
static member Sha1 : System.Security.Cryptography.CngAlgorithm
Public Shared ReadOnly Property Sha1 As CngAlgorithm

Özellik Değeri

SHA-1 algoritmasını belirten bir nesne.

Açıklamalar

SHA-1 ile ilgili çakışma sorunları nedeniyle Microsoft, SHA-256'yı önerir.

Şunlara uygulanır